Skip to content

Multiple parameters & append mode enhancement #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DavidBalas1
Copy link

Changes:

  • Added an option to receive multiple parameters to replace to by a wordlist, usage example:
    Get all urls matching xss patterns, and replace each parameter by multiple parameters given by a list of payloads.
cat urls.txt | gf xss | qsreplace -w xss_payloads.txt | ffuf ..
  • Added an option to run qsreplace with and without appendMode in one run, qsreplace will once replace the parameters in the url and once append to the parameters in the url, usage example:
cat urls.txt | gf xss | qsreplace -b "payload" | ffuf ..
  • qsreplace will now skip urls with no url parameters.

DavidBalas1 and others added 2 commits May 25, 2022 23:01
…ist; added an option to both replace and append (same as using once with '-a' and once without)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant